// The mini boss fires bullets at the player.
// No movement can be done here, since this is a mounted sprite. But we can fire bullets.

	// Initial wait. never done again
wait 400

fireBullet 226 all
fireBullet 245 all
fireBullet 270 all
fireBullet 295 all
fireBullet 320 all

wait 250

fireBullet 226 all
fireBullet 245 all
fireBullet 270 all
fireBullet 295 all
fireBullet 320 all

wait 250

repeat 1